Skip to content

# Pull Request for Issue #25: Add .nojekyll to Fix GitHub Pages Rendering#26

Merged
fahimahammed merged 3 commits intofahimahammed:mainfrom
mathncode-sid:add-nojekyll
Oct 4, 2025
Merged

# Pull Request for Issue #25: Add .nojekyll to Fix GitHub Pages Rendering#26
fahimahammed merged 3 commits intofahimahammed:mainfrom
mathncode-sid:add-nojekyll

Conversation

@mathncode-sid
Copy link
Copy Markdown
Contributor

@mathncode-sid mathncode-sid commented Oct 4, 2025

Description

This pull request addresses Issue #25 by ensuring that GitHub Pages correctly serves files and folders that begin with an underscore (e.g., _sidebar.md) for the PostgreSQL documentation site.

Changes Made

  • Added .nojekyll file:
    • Placed in the docs directory (or the root of the GitHub Pages publishing folder if applicable).
    • Prevents GitHub Pages from ignoring files and folders that start with _.
    • Ensures the Docsify-powered sidebar and all markdown files are properly rendered on the hosted site.

Notes

  • The .nojekyll file is empty; its presence alone disables Jekyll processing on GitHub Pages.
  • This fix is necessary to fully support Docsify sites hosted on GitHub Pages.

Next Steps

  • Review the changes.
  • Merge the pull request so that GitHub Pages correctly renders all documentation files, including _sidebar.md and other underscore-prefixed files.

This PR ensures the PostgreSQL documentation site works correctly on GitHub Pages by addressing the Jekyll-related file rendering issue.

…L docs

- Added  for Docsify web view
- Added  for sidebar navigation
- Added  for styling
- Enabled search functionality
- PDF download explored but not implemented
- Prepared repo for GitHub Pages hosting
@fahimahammed fahimahammed merged commit d41f310 into fahimahammed:main Oct 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants